func golang.org/x/sys/unix.mount
3 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L1763: return mount(source, target, fstype, flags, nil)
syscall_linux.go#L1769: return mount(source, target, fstype, flags, datap)
zsyscall_linux.go#L397: func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)